home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / dfqbx26.zip / HISTORY.TXT < prev    next >
Text File  |  1993-03-20  |  31KB  |  692 lines

  1.  
  2.                    HISTORY FILE FOR DOORFRAMEX (BASCOM 7.X)
  3.                    ========================================
  4.  
  5. Version 2.6
  6. -----------
  7. (03-20-93)
  8.   Fixed a problem with clearing the screen on the local display when in 
  9.  ASCII only mode.
  10.  
  11. (03-14-93)
  12.   Tweaked the DETECT.ANSI routine a bit. Hopefully it will do away with
  13.  those non-ANSI messages when ANSI is actually there!
  14.  
  15. Version 2.5
  16. -----------
  17. (02-25-93)
  18.   Well of course I had to screw something up when expanding the COM port
  19.  range! This only affected the DORINFOx.DEF systems but any COM port above
  20.  one got changed back to 1 which would usually result in a carrier lost
  21.  message.
  22.  
  23. (02-09-93)
  24.   Finally got around to expanding the COM port range. DoorFrame now supports
  25.  COM 0 thru 15.
  26.  
  27. Version 2.4
  28. -----------
  29. (01-12-93)
  30.   Silly me! When checking for the fossil driver parameter I neglected to put
  31.  the / in there. So it was checking for FD instead of /FD. That means if your
  32.  .CFG filename contained those 2 letters (as in dFDdemo!), it would pick that
  33.  up as the fossil parameter. Corrected now.
  34.  
  35. (01-07-93)
  36.   That old problem with the time expired when the Display was toggled off
  37.  in PCBoard popped up again! Fixed one more time (gotta quit changing things).
  38.  
  39. (01-03-93)
  40.   Removed the CLRSCRN during the INTIALIZE process so now clearing the
  41.  screen is up to you at the beginning of the door.
  42.  
  43. (12-23-92)
  44.   Fixed a stupid error on my part in the SENDANSI routine. I was opening the
  45.  file as FIL but was closing FILE! So the open file handles would just stack
  46.  up everytime the routine was called.
  47.  
  48. (12-12-92)
  49.   Added a new routine called SendAnsi. This routine is for true ANSI files
  50.  only! It sends the entire file non-stop. Pressing the Spacebar aborts the
  51.  file send. See the .DOC file for an explanation of accepted parameters.
  52.  
  53. Version 2.3
  54. -----------
  55. (11-24-92)
  56.   Noticed that I had only allowed for a single digit when specifying a
  57.  non-standard IRQ. That has been changed to accept 2 digits.
  58.  
  59. (11-19-92)
  60.   DoorFrame will now recognize the %pcbnode% and %wcnodeid% environment
  61.  variables when reading the path to the system file (1st line of the .CFG).
  62.  Some examples:
  63.     PCBoard: If USERS.SYS is located in C:\PCB\NODE1 directory, 
  64.        %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  65.     Wildcat!: USERINFO.DAT located in C:\WC\NODE3 directory,
  66.        C:\WC\NODE%wcnodeid%\USERINFO.DAT
  67.     or if you SET the %pcbdrive% and %pcbdir% variables via the batch,
  68.        %pcbdrive%%pcbdir%\NODE%wcnodeid%\USERINFO.DAT
  69.  
  70. (11-15-92)
  71.   Changed the code so that USERINFO.DAT is written automatically. Therefore
  72.  you no longer need to use the User.Info% variable. Also took the routine
  73.  out that writes DOOR.SYS when using USERINFO.DAT. Since WildCat! doesn't
  74.  read it back in, that was sorta useless. (Thanks Dennis!)
  75.  
  76. (11-01-92)
  77.   DoorFrame now includes support for FOSSIL drivers!!! This means your Doors
  78.  will work with most multi-port boards. To activate the Fossil driver 
  79.  support, just include /FD on the command line when running the Door. 
  80.  For example: MYDOOR MYDOOR.CFG /FD
  81.  If no Fossil driver is available, DoorFrame will display a message to that
  82.  effect and exit gracefully.
  83.  
  84. (10-24-92)
  85.   Some of you may have noticed a slow down in the Dis.Play command after the
  86.  color codes were added (~, `, @, ^, |, {, and }). Dis.Play now has an 
  87.  additional parameter (Codes%) that let's you specify whether or not you 
  88.  are using the color codes. If a particular Dis.Play statement doesn't use
  89.  the codes, place a 0 in the Codes% parameter and the routine that checks
  90.  for and strips those characters will be bypassed. Thus significantly
  91.  increasing the display speed.
  92.  
  93. (10-23-92)
  94.   Added 2 more parameters to the In.Put command. These new parameters allow
  95.  you to specify a different color if you populate the Text$ parameter. Refer
  96.  to the docs for a full explanation.
  97.  
  98. Version 2.2
  99. -----------
  100. (10-19-92)
  101.   Well, should have known I would screw something up! Sure enough I did on
  102.  the LastOn$ variable. In the USERS file, it is in the format YYMMDD and 
  103.  is converted to the MM-DD-YY format when read. I neglected to convert it
  104.  back when writing to the USERS file.
  105.  
  106. (10-18-92)
  107.   Would you believe ... all this time DoorFrame has been reading info from
  108.  the PCBoard USERS file but hasn't been writing it! Actually, this would 
  109.  only affect a few of the variables. Anyway, that oversight has been
  110.  corrected. (Thanks Peter!)
  111.  
  112. (10-10-92)
  113.   Had reports of conflicts when using non-standard IRQ's on Novell/Netware
  114.  systems. Seems Novell also uses the / character so something went screwy
  115.  somewhere. So I added the * (asterisk) which may be used instead of the /
  116.  in case of a conflict. In other words, /%IRQ% and *%IRQ% will both work
  117.  and are interchangeable.
  118.  
  119. (09-23-92)
  120.   Fixed a bug when restoring the screen after Chat or Drop to DOS. It would
  121.  generate an illegal function call whenever it hit a blinking character.
  122.  
  123. (09-22-92)  
  124.   You now have the option of taking control after a carrier loss in case you
  125.  need to do some clean-up before recycling back to the BBS. BE VERY CAREFUL
  126.  with this one! Check the Docs under Miscellaneous Notes for an explanation.
  127.  
  128. Version 2.1
  129. -----------
  130. (09-20-92)
  131.    Fixed a problem when using the new no-show option of In.Put. If you used
  132.   a Dis.Play statement with color codes immediately after that, it would
  133.   show the color codes rather than the color.
  134.  
  135. (09-14-92)
  136.   The In.Put command now features word-wrap ability! If you put, for example,
  137.  160 as the first parameter, it will wrap around at the nearest space when it
  138.  reaches column 80 on the screen. Backspacing also works over the word-wrap.
  139.  
  140.   DoorFrame will now handle the 30-something line DOOR.SYS file as well as 
  141.  the 52-line one.
  142.  
  143.   Corrected some errors in writing the SFDOORS.DAT file. Specifically the
  144.  COMPORT% and DAILY.BYTES.ALWD& variables.
  145.  
  146. (09-13-92)
  147.   Added 5 new parameters to the In.Put command. 
  148.       AutoCR% - Automatic Carriage Return. 0 = No, 1 = Yes
  149.       Text$   - Text to display (if any).
  150.       Xpos%   - X coordinate to print Text$
  151.       Ypos%   - Y coordinate to print Text$
  152.       Show%   - 0 = Don't display response, 1 = display response
  153.  For example:
  154.  
  155.     In.Put 5, 0, 11, 0, 0, "", 0, 0, 1
  156.  
  157.  would accept 5 characters but would not return until the user hits the
  158.  ENTER key. Conversely,
  159.  
  160.     In.Put 5, 0, 11, 0, 1, "Well? ", 20, 1, 1
  161.  
  162.  would accept 5 characters and automatically return from the routine. It will
  163.  also print 'Well? ' at location 20, 1 and the response would be displayed.
  164.  If you wanted a Hot Key and didn't want the response to show:
  165.  
  166.     In.Put 1, 0, 11, 0, 1, "Y/N ", 20, 1, 0
  167.  
  168.  would prompt for 'Y/N' but would not display the response. The variable
  169.  Response$ will still contain whatever was typed even though it didn't show
  170.  up on the screen.
  171.  
  172. (09-11-92)  
  173.   Finally installed the screen restore when coming back from Chat or a Drop
  174.  to Dos. Been wanting to do that for months now! It will now put the screen
  175.  back like it was including anything typed at an In.Put prompt. If the caller
  176.  had entered anything before the interruption, that is restored and he can
  177.  pick up right where he left off!
  178.  
  179. Version 2.0
  180. -----------
  181. (09-06-92)
  182.   Had a request to be able to turn off the Status lines at the bottom of the
  183.  screen so that has been installed. To blank out those 2 lines, set the
  184.  variable No.Status% = 1 and do a ClrScrn. Sorry but those 2 lines are still
  185.  not available for printing (that would mean changing half the routines in
  186.  DoorFrame!).
  187.  
  188. (09-05-92)
  189.   Fixed an intermittent problem with the cursor jumping to the top left of
  190.  the screen when backspacing.
  191.  
  192. (09-04-92)
  193.   Did some more code optimizing. The same door used below in v1.9 now compiles
  194.  to 106,610 for an additional reduction of 6K in the .EXE!
  195.  
  196.   You should also notice a tremendous increase in the display speed. Using
  197.  a test program that printed 18 lines and contained the color codes around
  198.  each word, it took 30.92 seconds for v1.9 to finish. Version 2.0 did it in
  199.  8.95 seconds. That's a speed increase of over 345%!
  200.  
  201.   Added 2 new routines to the library. ClrMol clears in the middle of a line
  202.  for the number of specified columns. ClrSol clears from the specified X, Y
  203.  coordinates to the start of that line.
  204.  
  205. (09-03-92)
  206.   Re-paged the docs to a maximum of 60 lines per page for laser printers.
  207.  
  208. Version 1.9
  209. -----------
  210. (08-27-92)
  211.   Did some more optimizing of the code so your .EXE files should be a bit
  212.  smaller than with v1.8.  One of my doors compiled to 114,288 with v1.8 and
  213.  112,754 with v1.9, so it knocked almost 2K off the final .EXE!
  214.  
  215.   Fixed a problem which, in certain instances, would generate a 'Time
  216.  Expired' message when the local display was toggled off (F9).
  217.  
  218. (08-24-92)
  219.   Added a bunch more routines from Hanlin's PBClone library. I'll leave you
  220.  the fun of discovering which ones. <G>
  221.  
  222.   Deleted the BIOSINKEY and KEYPRESS routines since they are local keyboard
  223.  only routines.
  224.  
  225. Version 1.8
  226. -----------
  227. (06-21-92)
  228.   Added support for TriBBS software. DoorFrame both reads and writes the
  229.  TRIBBS.SYS file.
  230.  
  231. (06-15-92)
  232.   Added a new Back.Space routine. Syntax is: Back.Space Row%, Col%, Num%
  233.  Give it the row, column, and number of backspaces, the cursor will be
  234.  positioned at the last backspace so if the Col% = 20 and Num% = 5, the
  235.  cursor is left at column 16 (columns 20, 19, 18, 17, and 16 are erased).
  236.  
  237. Version 1.7
  238. -----------
  239. (06-03-92)
  240.   Fixed an oversight dealing with the TimeAdjust% variable. The problem wasn't
  241.  with the variable itself but rather with the frequency of updating the Status
  242.  line (which was every 30 seconds). Now it will update after each Dis.Play
  243.  statement. So if you are adjusting the callers time right before leaving the
  244.  door, just Dis.Play a space or something immediately after using TimeAdjust%.
  245.  
  246. (05-24-92)
  247.   Added the 'Last New Files Date' variable for those systems using Wildcat!'s
  248.  USERINFO.DAT. The variable name is LastScan$
  249.  
  250. (05-20-92)
  251.   Finally added a feature that has been sorely needed. You may now run your
  252.  doors from the DOS command line. Syntax is MYDOOR LOCAL. DoorFrame will plug
  253.  in enough dummy variables to enable it to run without using a BBS file.
  254.  Since the .CFG file will not be opened when using LOCAL, you should bypass 
  255.  any access to the .CFG file. If you MUST read additional lines from the .CFG
  256.  then I would suggest not using the LOCAL option.
  257.  
  258. (05-12-92)
  259.   Fixed a bug in the In.Put routine. Seems that the ASCII (or extended) SHIFT
  260.  code for H, K, M, and P are the same as the scan codes for the arrows! So it
  261.  was interpreting those 4 letters as arrow codes instead of the correct letter
  262.  codes. The routine now checks the value of SysopKeys% to determine if it is
  263.  a letter or an arrow. If SysopKeys% = 0, it's a letter, if SysopKeys% = 1,
  264.  it's an arrow. This means you must only set SysopKeys% = 1 when you want to
  265.  use the arrow keys since those 4 letters will also be interpreted as arrow
  266.  keys. If you are expecting alphabetic input, you will get some strange
  267.  results!
  268.  
  269. (05-11-92)
  270.   Thought I had fixed it so no beeps were heard on the local but not so. It
  271.  is fixed now, fer sure, fer sure!
  272.  
  273. (05-09-92)
  274.   Learned what the Extra Time field was for in SFDOORS.DAT (thanks Chuck).
  275.  Now if you utilize the TimeAdjust% variable, the Extra Time field in 
  276.  SFDOORS.DAT will be adjusted up or down accordingly.
  277.  
  278.   Found out that Wildcat! looks for an Error Level of 1 when recycling so
  279.  DoorFrame now generates a DOS error level of 1 when running under Wildcat!
  280.  systems and error level 62 for all others (for now!).
  281.  
  282. (05-05-92)
  283.   DoorFrame will now generate a DOS error level of 62. I understand that
  284.  GAP systems can use this to correctly recycle the BBS whenever someone logs
  285.  off from inside a door. Need some feedback on other systems please. 
  286.  
  287.   Added a couple of needed variables that were omitted when writing the
  288.  PCBoard USERS.SYS file. The descrepancy would only show up when logging
  289.  off from within a door but the time used and last date on were not being
  290.  updated.
  291.  
  292. (05-02-92)
  293.   Think I finally came up with a workable solution to get rid of the TIMER
  294.  routines which drives a math coprocessor up the wall. The trade-off is that
  295.  the status line will only be updated whenever input is required from the
  296.  caller.
  297.  
  298. Version 1.6
  299. -----------
  300. (04-29-92)
  301.   Included with this version is the .BAS source for a door called DFDEMO. It
  302.  demonstrates some of the features of DoorFrame.  You may also want to use
  303.  it to pick up some tips on using some of the routines.  The EXINPUT.BAS and
  304.  DISPLAY.BAS files have been removed.
  305.  
  306. (04-27-92)
  307.    Took me a whole day's work, but I dood it!  You may now use the color
  308.  codes as often as you wish when Dis.Playing a line. In addition the colors
  309.  and blinking are each independent of each other, so you can blink one, some,
  310.  all, or none! The % turns on the blinking for each set of codes.
  311.  
  312.   Added a parameter to the ClrScrn routine. You may now clear the local and
  313.  remote screen in any background color you wish (0 - 7).
  314.  
  315.   Did a bit more optimizing of the code and even with the new stuff added,
  316.  was able to reduce the size of .LIB by almost 3K!   
  317.  
  318. (04-24-92)
  319.   In an effort to cut down on the number of variables we have to deal with
  320.  (and hopefully cut down on memory requirements), I have combined the various
  321.  system variables (Pcboard%, WildCat%, etc.) into one. System.File% will take
  322.  their place. The value of System.File% will tell you which BBS file is being
  323.  used according to the following values:
  324.      1 = PCBOARD.SYS            2 = USERS.SYS           3 = DOOR.SYS
  325.      4 = CALLINFO.BBS           5 = CHAIN.TXT           6 = DORINFOx.DEF
  326.      7 = SFDOORS.DAT            8 = USERINFO.DAT        9 = GTUSER.BBS
  327.  
  328.   Deleted the Num.Dl.Today% variable. Use DlToday& instead.
  329.  
  330. (04-23-92)
  331.   Have been receiving reports of an Error 6 (overflow) when using DoorFrame
  332.  doors with the latest version of Spitfire.  Have been trying to locate an
  333.  actual SFDOORS.DAT file. Finally one of my users uploaded one to me (thanks
  334.  Aldo!). Lo and behold in the Downloads Per Day field there was 54,730! 
  335.  So to stave off any more problems like this, I have changed the DlPerDay%,
  336.  DlToday%, Downloads%, and Uploads% from INTEGER to LONG INTEGER.
  337.  
  338.   Used that extra space from the ON KEY and added support for GT Power's
  339.  GTUSER.BBS file. The .CFG file for this one is a little different.  Since
  340.  the file doesn't provide the COM port or Node numbers, they must be added on
  341.  lines 5 and 6 of the .CFG file.
  342.  
  343. (04-22-92)
  344.   Been reading how the ON KEY statement adds a lot of overhead to QB programs
  345.  so have been researching how to get rid of them. Lo and behold, I found this
  346.  neat little routine to do just that!  So all the ON KEY (and the associated
  347.  KEY statements) are gone.  This change also knocked almost 2K off the size
  348.  of the library.
  349.  
  350. Version 1.5
  351. -----------
  352. (04-20-92)
  353.    Added the PCBoard Language extension parameter, LANGUAGE$, at the request
  354.  of one of our European users. (Thanks Peter!) This variable will contain the
  355.  extension of the language file, i.e.  .FRE for the French language. When
  356.  using the default language (whichever one that is), this variable will
  357.  contain 4 spaces.
  358.  
  359. (04-17-92)
  360.   Added two new parameters to the BOX.IT routine. HFG% and HBG% now let's
  361.  you specify the foreground and background colors when using a Title$ on
  362.  your boxes.  Also added a check to see if Title$ is longer than the box.
  363.  This would generate an Illegal Function error previously. Your Title$ must
  364.  be at least 6 characters less than the width of the box. If it is longer
  365.  than that, the routine simply ignores the Title$.
  366.  
  367. Version 1.4
  368. -----------
  369. (04-10-92)
  370.   Made some small changes in reading the PCBoard USERS file (nothing major).
  371.  Noticed that the callers first name variable was missing from DOOR.SYS,
  372.  USERINFO.DAT etc. so those have been added.
  373.  
  374. (04-04-92)
  375.   Fixed a small error in the SEND command when displaying an ASCII file.
  376.  Seems it was reading from one file number and looking for the end of 
  377.  another which would either not display all the file or generate an INPUT
  378.  PAST END error.
  379.  
  380. (03-21-92)
  381.   DoorFrame doors may now make use of the IRQ environment variable. For
  382.  example, instead of DOOR DOOR.CFG /5 you can use DOOR DOOR.CFG /%IRQ%
  383.  
  384. (03-19-92)
  385.   DoorFrame is now aware of the PCBoard environment variables %PCBDRIVE% and
  386.  %PCBDIR%. Although it is tranparent to you, the programmer, if it finds
  387.  those two variables on the first line of the .CFG file it will substitute
  388.  the correct drive and path.
  389.   Also fixed a small bug with the time remaining when using USERS.SYS. 
  390.  
  391. Version 1.3
  392. -----------
  393. (03-07-92)
  394.   Fixed a small problem with the high score bulletin. If the bulletin was in
  395.  other than the current directory, the path for the graphics bulletin got
  396.  screwed up.
  397.  
  398.   Added a new variable - Hi.Ascii% which allows you to accept ASCII values
  399.  from 128 to 255. This was added at the request of one of our European users
  400.  since some languages need to use those characters.  Hi.Ascii% = 1 will enable
  401.  this option. The default is zero (disabled).
  402.  
  403. Version 1.2
  404. -----------
  405. (02-23-92)
  406.   One more time on the SEND routine! I was checking the first few characters
  407.  of a file for the CHR$(27) and if found just assumed that the file was all
  408.  ANSI. Not so! Seems there are 'hand-made' files out there that have the
  409.  color codes at the beginning of a line but no where else. So...... redid it
  410.  one more time (hopefully the last!).
  411.  
  412. (02-21-92)
  413.   Optimized the code a bit and moved some routines from the main module to
  414.  the library.  Tested with just a two-line program and the size of the .EXE
  415.  went from 83,034 before optimizing to 72,782 after optimizing.  So that
  416.  should cut down on your file sizes a bit!
  417.  
  418. (02-17-92)
  419.   NOTE: The parameters for the SEND routine have changed with this version!
  420.  The new syntax is SEND FileName$, YN%, Clr%  where Clr% is 0 (home cursor,
  421.  do not clear screen) or 1 (yes, clear screen).
  422.  
  423. Version 1.1
  424. -----------
  425. (02-14-92)
  426.   Added a new routine, ClrEOL. This one will clear to the end of the line.
  427.  You can specify where to start clearing. Example:  ClrEOL 10, 10, 1
  428.  will do it's thing on row 10 and clear from column 10 to the end of the line
  429.  and color it blue. The parameters are Xpos, Ypos, Color. Enjoy!
  430.   Fixed a stupid mistake in the SEND routine. I open CONS: for printing to
  431.  the local screen and misspelled it CON! Funny thing is, it worked except 
  432.  when accessing across a network!
  433.   Added GetDView which returns the version of DESQview loaded or zeroes if
  434.  DESQview is not loaded.
  435.  
  436. (02-10-92)
  437.   Think I finally got that pesky bug in the SEND routine when sending ANSI
  438.  screens fixed! Tested it both local and remote here and it seems to work
  439.  fine. Give it a good workout and let me know if it screws up.
  440.   One quirk I found when using The Draw was when I saved the screen with
  441.  ALT-S it didn't transmit quite right. But when the same screen was saved
  442.  using ALT-B, the screen transmitted perfectly. Go figure! 
  443.  
  444. (02-09-92)
  445.   Had some reports of the Backspace locking systems in local mode in the
  446.  QuickBasic 4.5 version. Did some checking in the routine and the only thing
  447.  I could find that could possibly be the culprit was an IF NOT LocalUsr%
  448.  statement. Since I have had some problems with NOT in the past, I changed
  449.  that statement to IF LocalUsr% = 0. Although I have not had any reports of
  450.  the BASCOM version of DoorFrame locking systems, I made the change just to
  451.  be sure.
  452.   BTW, new BBS number and address with this version.
  453.  
  454. Version 1.0
  455. -----------
  456. (10-25-91)
  457.   Changed the second parameter on the IN.PUT routine from an integer to a
  458.  single precision number. This allows you to specify a waiting time of less
  459.  than 1 second. The minimum wait is now 1/18th of a second (.005 works
  460.  pretty well).
  461.  
  462. (10-21-91)
  463.   Although DoorFrame has an extensive history in the QuickBasic 4.x
  464.  environment, this is the initial release for BASCOM 7.x. The two
  465.  libraries are identical expect for the following routines. 
  466.  
  467.                         FindFirstF        GetDrv
  468.                         FindNextF         GetExecPath
  469.                         GetNameF          GetSub
  470.                         Exists%           GetSub1
  471.                         Exist2%           RInstr
  472.                         SubExist
  473.  
  474.  Most of those routines are available in BASCOM and have become redundant.
  475.  
  476.   The HISTORY file for the Quickbasic 4.x version is included below since those
  477.  changes/fixes/enhancements will usually apply to the BASCOM version. Also,
  478.  there may be some things in here that I neglected to add to DFRAME.DOC.
  479.  
  480.  
  481.  
  482.                           HISTORY FILE FOR DOORFRAME
  483.                           ==========================
  484.  
  485. Version 2.4
  486. -----------
  487. (10-05-91)
  488.   Fixed an oversight in writing the Wildcat! 3.x USERINFO.DAT. Line 16
  489.  (DoorLogoff$) will now show "Y" if the caller logged off from the Door.
  490.  
  491. (09-08-91)
  492.   You may now use the ARROW keys. DoorFrame now has an alternate set of keys
  493.  for the Level and Time adjustments. To switch these keys from the ARROW keys
  494.  to the alternate, use SysopKeys% = 1 AFTER you call INITIALIZE. When you
  495.  have SysopKeys% set to 1, PgUp = add time, PgDn = subtract time, INSert =
  496.  add level, and DELete = subtract level. SysopKeys% defaults to 0 so doors
  497.  compiled with previous versions of DoorFrame will work as before.
  498.   When SysopKeys% = 1 pressing one of the arrow keys will return the
  499.  following in RESPONSE$:
  500.     Up Arrow    - RESPONSE$ = "UP"
  501.     Dn Arrow    - RESPONSE$ = "DOWN"
  502.     Left Arrow  - RESPONSE$ = "LEFT"
  503.     Right Arrow - RESPONSE$ = "RIGHT"
  504.  
  505. (09-06-91)
  506.   Would you believe I left out the code for low-intensity white in the
  507.  DIS.PLAY routine! It has been added. (Thanks to Jerry Claxton for finding
  508.  that one!)
  509.   Added the ability to use low intensity colors when using the symbols in
  510.  the DIS.PLAY routine. To make a color low intensity just put a * in front
  511.  of the first symbol. Ex: *}text} displays 'text' in low intensity white.
  512.  
  513. (08-30-91)
  514.   Changed the EXIT.DOOR "G" routine to allow logoffs on all systems, not just
  515.  PCBoard.
  516.   Changed the WildCat! 3.0 routines so that it DOES NOT automatically write
  517.  the USERINFO.DAT file. If you wish to write this file, set User.Info = 1
  518.  before calling EXIT.DOOR.
  519.  
  520. Version 2.3 
  521. -----------
  522. (06-20-91)
  523.   Added support for WildCat! v3.0. This version of WildCat! no longer uses the
  524.  CALLINFO.BBS file. It now uses the 31-line version of DOOR.SYS and creates an
  525.  additional file called USERINFO.DAT. 
  526.  
  527. (7-07-91)
  528.   They finally woke up at Mustang! Software and are now using the standard
  529.  52-line DOOR.SYS like everyone else. This release adjusts for that. Just put
  530.  the path to USERINFO.DAT on line 1 of the .CFG file (instead of DOOR.SYS).
  531.  Make sure that DOOR.SYS is in the same directory as USERINFO.DAT!
  532.  
  533. Version 2.2
  534. -----------
  535. (03-31-91)
  536.   Added support for non-standard IRQ numbers (other than IRQ3/IRQ4). See the
  537.  docs for info on how to implement this.
  538.  
  539. Version 2.1 (03-23-91)
  540. ----------------------
  541.   Modified the LINES routine. Now if you draw intersecting vertical and
  542.  horizontal lines, the appropriate character will be inserted where the
  543.  lines cross. For example, at the intersection of two double lines the
  544.  character ╬ would be printed.
  545.   Tweaked the MORE routine a little. It was doing a CR/LF after the prompt
  546.  so it wasn't getting erased because it was on the line above!
  547.   Also put in logic in the MORE and ENTER routines to restore the cursor to
  548.  it's position before the call.
  549.   Fixed a problem in DORINFOx.DEF where the Sysop names where being taken
  550.  from DORINFO instead of the configuration file. Also allowed for the fact
  551.  that the RBBS DORINFO has 13 lines instead of 12.
  552.   Still didn't have the DORINFOx.DEF quite right for RBBS. Hopefully it will
  553.  work as it should now (helps when you use the correct LINE INPUT statement).
  554.   One more time on DORINFO to fix the BBSSYS$. Also fixed a problem in
  555.  picking up the correct node number.
  556.  
  557. Version 2.0 (02-02-91)
  558. ----------------------
  559.   Fixed a problem with the backspace when the cursor was in columns 79 or
  560.  80 (it wouldn't).
  561.   Enlarged the PRINT USING in the High Score Bulletin. It will now handle
  562.  scores up to 9,999,999,999.
  563.   Made DoorFrames internal error trapping available for those of you who
  564.  wish to utilize it instead of writing your own. All Basic errors are
  565.  trapped and will be written to DFRAME.ERR upon exiting the door.
  566.   Added support for WWIV's CHAIN.TXT file. DoorFrame both reads and writes
  567.  this file. It is untested as of this writing so watch it!
  568.   Added 2 more parameters to the IN.PUT routine. These are INTEGERS and
  569.  indicate the foreground and background colors for the input.
  570.   Updated the CALLINFO.BBS routine to read the newer 36 line format. It
  571.  will still handle the old 30 line format ok.
  572.   Added a parameter to the SHOW.BLT routine. This is a STRING and is
  573.  either "Y" or "N". The "Y" tells the routine to display the "Do you want
  574.  to see the Bulletin" prompt while "N" will bypass the prompt. If you have
  575.  an option on your door menu to view the bulletin, you would use "N" (why
  576.  ask them again!).
  577.  
  578. Version 1.9 (12-31-90)
  579. ----------------------
  580.   Fixed a bug when using the `, @, {, ^ etc. symbols. If one of these
  581.  symbols was entered at an IN.PUT prompt, the program would go bananas.
  582.   I had inadvertantly left out the ENTER prompt at the end of the SEND
  583.  routine so when someone brought it to my attention I belated added it.
  584.  Now I find that is the way some of you want it! So in order to satisfy
  585.  both camps, I have added a parameter to SEND. The syntax is now:
  586.    SEND (MSG$, YN%)   where YN% is an INTEGER. 0 = don't send the ENTER
  587.  prompt at the end, 1 = yes, use it. 
  588.   Added support for Spitfire's SFDOORS.DAT. DoorFrame both reads and writes
  589.  to this file.
  590.   Added the ability to log off from within the Door. However, this option is
  591.  for PCBoard systems only!
  592.   Added MAKE.BLT.CURRENT routine which posts current scores instead of the
  593.  highest scores attained.
  594.   Fixed a bug in the MAKE.BLT routines. It didn't take kindly to an extension
  595.  being included in the Bulletin filename!
  596.  
  597.                          AND THAT'S IT FOR THIS YEAR!!
  598.  
  599. Version 1.8 (12-16-90)
  600. ----------------------
  601.   Added a few more subroutines for programmer convenience. These routines
  602.  will add some capabilities not found in QuickBasic. Routines added are:
  603.    DelFile, DrvSpace, GetDrv, GetExecPath, GetKbd, GetSub, NameCase,
  604.    RInstr, SetError, SetKbd and SubExist.
  605.   Fixed a problem with the ALLOWEDBYTES# variable (helps if you add it to
  606.  the DFRAME.INC file!).
  607.  
  608. Version 1.7 (12-13-90)
  609. ----------------------
  610.   Added support for PCBoard 14.5's USERS.SYS file! Since the bug reports
  611.  had started slacking off, thought I would introduce a few more 8-).
  612.   Added option for no border (spaces) in the BOX.IT routine.
  613.   Forgot to add an ENTER prompt after the last page in the SEND routine. 
  614.  Fixed now.
  615.   Had some reports of Security Levels higher than 32,767 so the LEVEL
  616.  variable has been changed from an INTEGER (%) to a LONG (&).
  617.   Took the Time Left warnings out. They only messed up the screen! So if 
  618.  you want to warn the caller when time gets low, you should check the
  619.  TIMELEFT% variable and display a message accordingly. 
  620.  
  621. Version 1.6 (12-11-90)
  622. ----------------------
  623.   Fixed a problem in the error handling routines. It will hopefully handle
  624.  errors better now and exit gracefully.
  625.   Fixed the 'keyboard timeout' problem when coming out of Chat mode.
  626.   Fixed another Chat mode problem where the lines on the remote screen
  627.  would overwrite when it reached line 23.
  628.   Optimized the library a bit. Cut about 13K off the size of the .LIB.
  629.   Added a check for DOS version. If the DOS version is less than 3.0 it
  630.  will display an error message and exit (DOS 3.0+ is required because the
  631.  files are opened in SHARED mode).
  632.  
  633. Version 1.5 (11-30-90)
  634. ----------------------
  635.   Finally got the midnight time problem fixed where the caller would get a
  636.  time expired message if he had logged on the BBS before midnight and 
  637.  entered the door after midnight.
  638.   Fixed an error when using DORINFOx.DEF. It worked fine as long as
  639.  DORINFOx.DEF was the only thing there but went screwy if you threw a path
  640.  at it.
  641.   When I added the options for color in the middle of a line of text, I
  642.  inadvertantly disabled the full-line blink. Now fixed.
  643.  
  644. Version 1.4 (11-25-90)
  645. ----------------------
  646.   Added some enhancements to the DIS.PLAY routine. By using special symbols,
  647.  selected text can be displayed in different colors (like BLUE, YELLOW, BLUE)
  648.  without having to use 3 DIS.PLAY statements. See the DOCS and DISPLAY.BAS
  649.  for a complete explanation.
  650.   Added the MODE% variable. Previously if you used DETECT.ANSI, the caller
  651.  would be switched to COLOR MODE automatically. With the MODE% variable, the
  652.  color will be on or off depending on the caller's BBS setting.
  653.   Modified the IN.PUT routine somewhat. It now requires 2 parameters to be
  654.  passed. The first parameter is the desired length of the input and the 
  655.  second is the length of time to wait for that input.
  656.  
  657. Version 1.3 (11-20-90)
  658. ----------------------
  659.   Added a time limit option to the IN.PUT routine. See EXINPUT.BAS for
  660.  and example on using it.
  661.   Fixed an 'oversight' in the OUT.PUT routine. Completely left out updating
  662.  the column position!
  663.   Made a correction in the centering routine. Now when you use centering
  664.  with a colored background, you don't get the colored line all the way
  665.  across the screen! Also, if you do an IN.PUT after a center it will be
  666.  properly positioned after the prompt instead of on the right edge.
  667.  
  668. Version 1.2 (11-17-90)
  669. ----------------------
  670.   Made the Keyboard Timeout configurable by the programmer. Before calling
  671.  INITIALIZE, populate TIMEOUT% with the number of seconds you want for
  672.  input. If you do not specify a TIMEOUT%, it will default to 5 minutes.
  673.  The minimum is 60 secs so anything less than that will be the default.
  674.   Added support for DORINFOx.DEF which now gives us QBBS, RBBS, and
  675.  Remote Access! (Note: This needs to be tested more. Any volunteers?)
  676.  
  677. Version 1.1 (11-12-90)
  678. ----------------------
  679.   Fixed a problem with the cursor positioning routines when the local display
  680.  was toggled off (it didn't work!).
  681.   Changed the BOX subroutine to BOX.IT to avoid a naming conflict with other
  682.  add-on packages for QB 4.5. (Crescent Software's for one).
  683.   Added support for CALLINFO.BBS so your doors will now run on Wildcat! 
  684.  systems without a converter!
  685.  
  686. Version 1.0 (11-1-90)
  687. ---------------------
  688. Initialize release.
  689.  
  690.  
  691.  
  692.